decimal

pure constructor(value: text)

Construct a decimal from a text representation.

Since

0.9.1

Parameters

value

The text representation of the number.


pure constructor(value: integer)

Construct a decimal from an integer.

Since

0.9.1

Parameters

value

the integer value


pure constructor(value: big_integer)

Construct a decimal from a big_integer.

Since

0.12.0

Parameters

value

the big_integer value